home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
GraphicsWrap
/
Source
/
Makefile
< prev
next >
Wrap
Makefile
|
1994-05-15
|
2KB
|
60 lines
#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = GraphicsWrap
PROJECTVERSION = 1.1
LANGUAGE = English
APPICON = App_image.tiff
DOCICONS = doc_image.tiff
GLOBAL_RESOURCES = GraphicsWrap.nib InfoPanel.nib PolyInspector.nib\
TGIF.nib cross.tiff
CLASSES = AbsPoly.m CmdBgcolor.m CmdBgnpoly.m CmdCircle.m CmdComment.m\
CmdDraw.m CmdEndpoly.m CmdFgcolor.m CmdFps.m CmdHold.m\
CmdMove.m CmdNewframe.m CmdVertex.m GraphicView.m\
InfoPanel.m ListCell.m ListMatrix.m NXBitmapGraphicRep.m\
PolyInspector.m TGIF.m TGIFCell.m
HFILES = AbsPoly.h CmdBgcolor.h CmdBgnpoly.h CmdCircle.h CmdComment.h\
CmdDraw.h CmdEndpoly.h CmdFgcolor.h CmdFps.h CmdHold.h\
CmdMove.h CmdNewframe.h CmdVertex.h GraphicView.h InfoPanel.h\
ListCell.h ListMatrix.h NXBitmapGraphicRep.h PolyInspector.h\
TGIF.h TGIFCell.h
MFILES = GraphicsWrap_main.m
CFILES = miscutil.c
MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = app.make
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
ICONSECTIONS = -sectcreate __ICON app App_image.tiff \
-sectcreate __ICON doc_image doc_image.tiff
LIBS = -lMedia_s -lNeXT_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
-include Makefile.preamble
include $(MAKEFILEDIR)/$(MAKEFILE)
-include Makefile.postamble
-include Makefile.dependencies